home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Swimwear Illustrated
/
Swimwear Illustrated.iso
/
mac
/
MAIN8
/
KARENMOV.DIR
/
00009_Script_9
< prev
next >
Wrap
Text File
|
1996-02-22
|
619b
|
27 lines
on exitFrame
if not soundbusy(1) then
sound stop 1
sound playfile 1, "karen"
end if
if rollover(6) then
set the visible of sprite 10 to true
else
set the visible of sprite 10 to false
end if
if rollover(7) then
set the visible of sprite 11 to true
else
set the visible of sprite 11 to false
end if
if rollover(8) then
set the visible of sprite 12 to true
else
set the visible of sprite 12 to false
end if
if rollover(9) then
set the visible of sprite 13 to true
else
set the visible of sprite 13 to false
end if
go loop
end